From e7c75f04ddfb2ab0edefd0f6b3345fd86972c787 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 14 Sep 2020 14:31:23 +0200 Subject: [PATCH] Adwaita: navigation list expander whitespace - Address https://gitlab.gnome.org/GNOME/gtk/-/issues/3138#note_910476 --- gtk/theme/Adwaita/_common.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index c0f291478e..0c7b2f8c07 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3205,6 +3205,7 @@ expander-widget { } } +.navigation-sidebar, placessidebar, stackswitcher, expander-widget { @@ -3404,6 +3405,12 @@ separator.sidebar { // will make the animation of the new bookmark row jump > revealer { padding: 0 14px; } + expander { + margin: 0 8px 0 0; + + &:dir(rtl) { margin: 0 0 0 8px; } + } + &:selected { background-color: desaturate($selected_bg_color,100%); color: $selected_fg_color; -- 2.30.2